home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / sharewar / notes / setup.exe / install.exe / {app} / SaveSettings.bat < prev    next >
Encoding:
DOS Batch File  |  2002-09-23  |  412 b   |  12 lines

  1. @echo off
  2. echo    This batch file saves Secure Notes Organizer settings
  3. echo    from the registry to file notes_settings.reg in current directory.
  4. echo. 
  5. echo.
  6. echo.
  7. regedit /e notes_settings.reg "HKEY_CURRENT_USER\Software\SecureAction\Secure Notes Organizer"
  8. echo    Settings successfully saved !
  9. echo    To restore they run batch file RestoreSettings.bat
  10. echo    Press any key to exit.
  11. pause > NUL
  12.